home *** CD-ROM | disk | FTP | other *** search
/ Softdisk for Windows 38 / Softdisk for Windows 38.iso / oilpro / OILPRO.EXE / OILPRO.DXR / 00149.ls < prev    next >
Encoding:
Text File  |  1997-08-20  |  394 b   |  17 lines

  1. on exitFrame
  2.   global BONUSROUND
  3.   set the locH of sprite 21 to -2000
  4.   set the locV of sprite 21 to -2000
  5.   set the locH of sprite 40 to -2000
  6.   set the locV of sprite 40 to -2000
  7.   updateStage()
  8.   puppetSprite(48, 1)
  9.   if BONUSROUND = 0 then
  10.     set the castNum of sprite 48 to cast "CBUT5"
  11.   else
  12.     set the castNum of sprite 48 to cast "CBUT6"
  13.   end if
  14.   updateStage()
  15.   go(the frame)
  16. end
  17.